home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // -----------------------------------------------------------------------------
- // $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Weapon/pulse2.def $
- // $Revision:: 8 $
- // $Author:: Joeske $
- // $Date:: 9/30/98 1:00p $
- //
- // Copyright (C) 1998 by Ritual Entertainment, Inc.
- // All rights reserved.
- //
- // This source may not be distributed and/or modified without
- // expressly written permission by Ritual Entertainment, Inc.
- //
- // This is a model definition file. It is to be used in conjunction with Sin.
- //
- // -----------------------------------------------------------------------------
- // MODEL DESCRIPTION:
- // Weapon: Pulse Rifle.
- //
- // MODEL AUTHOR:
- // ?
- //
- /*SINED weapon_pulserifle (.3 .3 1) (0 0 0) (0 0 0)
- Pulse Rifle - World Model
- */
-
- // -----------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/pulse_w
- scale 0.58
-
- // Base Model
- pulse_w_base.sbm
-
- // Skins
- normal pulse_w_base.tga
-
- // Normal Animations
- idle1 pulse_idle1.sam
- idle2 pulse_idle2.sam
- firemode2 pulse_fire2.sam
-
- // Define group areas
- id 10 group cell fullbright translucent33
- id 200 group weapon bone barrel 0 180 90
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
-
- // Class Setup
- server classname PulseRifle
-
- // Sound Aliases
- server respawnsound
- server aliascache snd_pickup "weapons/pkup/pkup1.wav"
-
- // Icon and Inventory Name
- server iconname "w_pulse"
- server itemname "Pulse Rifle"
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // -----------------------------------------------------------------------------
- // SOURCESAFE Update Log
- //
- // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Weapon/pulse2.def $
- //
- // 8 9/30/98 1:00p Joeske
- // Added in formatting, fixed minor problems.
- //
- // -----------------------------------------------------------------------------
-